projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f7b30b
)
(MANIFEST): Don't include lines from =files.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 8 Apr 1996 03:34:38 +0000
(
03:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 8 Apr 1996 03:34:38 +0000
(
03:34
+0000)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 99a586689b716bf045f6b514459f849d86b6ee9e..949f6eadd48a91344a1c8e37c2d7a67fada6f986 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-157,7
+157,7
@@
src/emacs -batch -f batch-update-autoloads lisp
echo "Making lisp/MANIFEST"
-(cd lisp; head -1 *.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)
+(cd lisp; head -1
[^=]
*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)
echo "Creating staging directory: \`${tempparent}'"